home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / 19 / 19.exe / FOXMAIL.EXE / 0 / RCDATA / TF_COMPOSE / TF_COMPOSE.txt
Text File  |  1998-04-28  |  8KB  |  382 lines

  1. object F_compose: TF_compose
  2.   Left = 98
  3.   Top = 105
  4.   Width = 481
  5.   Height = 321
  6.   Caption = 'F_compose'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Position = poDefault
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object P_envelop: TPanel
  25.     Left = 0
  26.     Top = 28
  27.     Width = 473
  28.     Height = 141
  29.     Align = alTop
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     object PaintBox: TPaintBox
  33.       Left = 432
  34.       Top = 8
  35.       Width = 32
  36.       Height = 32
  37.       ParentShowHint = False
  38.       ShowHint = True
  39.       OnMouseDown = PaintBoxMouseDown
  40.       OnPaint = PaintBoxPaint
  41.     end
  42.     object P_envtitle: TPanel
  43.       Left = 0
  44.       Top = 0
  45.       Width = 80
  46.       Height = 141
  47.       Align = alLeft
  48.       BevelOuter = bvNone
  49.       ParentColor = True
  50.       TabOrder = 0
  51.       object L_subject: TLabel
  52.         Left = 10
  53.         Top = 53
  54.         Width = 60
  55.         Height = 15
  56.         Alignment = taCenter
  57.         AutoSize = False
  58.         Caption = 'L_subject'
  59.         Color = clBlack
  60.         FocusControl = E_subject
  61.         ParentColor = False
  62.         Transparent = True
  63.       end
  64.       object L_replyto: TLabel
  65.         Left = 16
  66.         Top = 96
  67.         Width = 43
  68.         Height = 13
  69.         Caption = 'L_replyto'
  70.         FocusControl = E_replyto
  71.         Visible = False
  72.       end
  73.       object L_from: TLabel
  74.         Left = 16
  75.         Top = 104
  76.         Width = 32
  77.         Height = 13
  78.         Caption = 'L_from'
  79.         FocusControl = E_from
  80.         Visible = False
  81.       end
  82.       object BtnTo: TBitBtn
  83.         Left = 8
  84.         Top = 2
  85.         Width = 65
  86.         Height = 23
  87.         TabOrder = 0
  88.         OnClick = ImgToClick
  89.       end
  90.       object BtnCC: TBitBtn
  91.         Left = 8
  92.         Top = 24
  93.         Width = 65
  94.         Height = 23
  95.         TabOrder = 1
  96.         OnClick = ImgToClick
  97.       end
  98.       object BtnAttach: TBitBtn
  99.         Left = 8
  100.         Top = 74
  101.         Width = 65
  102.         Height = 23
  103.         TabOrder = 3
  104.         OnClick = SB_attachClick
  105.       end
  106.       object BtnBcc: TBitBtn
  107.         Left = 7
  108.         Top = 112
  109.         Width = 65
  110.         Height = 23
  111.         Caption = 'BtnBcc'
  112.         TabOrder = 2
  113.         Visible = False
  114.         OnClick = ImgToClick
  115.       end
  116.     end
  117.     object E_subject: TEdit
  118.       Left = 85
  119.       Top = 52
  120.       Width = 241
  121.       Height = 21
  122.       AutoSize = False
  123.       Ctl3D = True
  124.       ParentCtl3D = False
  125.       TabOrder = 6
  126.       OnChange = E_toChange
  127.     end
  128.     object E_attach: TEdit
  129.       Left = 85
  130.       Top = 76
  131.       Width = 241
  132.       Height = 21
  133.       AutoSize = False
  134.       Ctl3D = True
  135.       ParentColor = True
  136.       ParentCtl3D = False
  137.       ReadOnly = True
  138.       TabOrder = 7
  139.       OnChange = E_toChange
  140.     end
  141.     object E_to: TMemo
  142.       Left = 85
  143.       Top = 3
  144.       Width = 241
  145.       Height = 21
  146.       TabOrder = 3
  147.       WordWrap = False
  148.       OnChange = E_toChange
  149.       OnDblClick = E_toDblClick
  150.       OnKeyPress = E_toKeyPress
  151.     end
  152.     object E_cc: TMemo
  153.       Left = 85
  154.       Top = 27
  155.       Width = 241
  156.       Height = 21
  157.       TabOrder = 4
  158.       WordWrap = False
  159.       OnChange = E_toChange
  160.       OnDblClick = E_toDblClick
  161.       OnKeyPress = E_toKeyPress
  162.     end
  163.     object E_replyto: TEdit
  164.       Left = 85
  165.       Top = 104
  166.       Width = 241
  167.       Height = 21
  168.       TabOrder = 2
  169.       Visible = False
  170.     end
  171.     object E_from: TEdit
  172.       Left = 85
  173.       Top = 96
  174.       Width = 121
  175.       Height = 21
  176.       Color = clBtnFace
  177.       ReadOnly = True
  178.       TabOrder = 1
  179.       Visible = False
  180.     end
  181.     object E_bcc: TMemo
  182.       Left = 85
  183.       Top = 104
  184.       Width = 113
  185.       Height = 21
  186.       TabOrder = 5
  187.       Visible = False
  188.       WordWrap = False
  189.       OnDblClick = E_toDblClick
  190.       OnKeyPress = E_toKeyPress
  191.     end
  192.     object CB_define: TComboBox
  193.       Left = 360
  194.       Top = 75
  195.       Width = 89
  196.       Height = 21
  197.       Style = csDropDownList
  198.       ItemHeight = 13
  199.       TabOrder = 8
  200.       Visible = False
  201.     end
  202.   end
  203.   object M_body: TRichEdit
  204.     Left = 0
  205.     Top = 169
  206.     Width = 473
  207.     Height = 125
  208.     Align = alClient
  209.     Font.Charset = GB2312_CHARSET
  210.     Font.Color = clBlack
  211.     Font.Height = -11
  212.     Font.Name = 'MS Sans Serif'
  213.     Font.Style = []
  214.     ParentFont = False
  215.     PlainText = True
  216.     ScrollBars = ssBoth
  217.     TabOrder = 1
  218.     WantTabs = True
  219.     WordWrap = False
  220.     OnChange = E_toChange
  221.   end
  222.   object Dock: TDock97
  223.     Left = 0
  224.     Top = 0
  225.     Width = 473
  226.     Height = 28
  227.     AllowDrag = False
  228.     BoundLines = [blTop, blBottom, blLeft, blRight]
  229.     object Toolbar: TToolbar97
  230.       Left = 0
  231.       Top = 0
  232.       Caption = 'Toolbar'
  233.       DockedTo = Dock
  234.       DockPos = 0
  235.       ParentShowHint = False
  236.       ShowHint = True
  237.       TabOrder = 0
  238.       object SB_headers: TToolbarButton97
  239.         Left = 277
  240.         Top = 0
  241.         Width = 23
  242.         Height = 22
  243.         DropdownArrow = False
  244.         DropdownMenu = M_headers
  245.         OnClick = SB_headersClick
  246.       end
  247.       object SB_send: TToolbarButton97
  248.         Left = 0
  249.         Top = 0
  250.         Width = 23
  251.         Height = 22
  252.         OnClick = SB_sendClick
  253.       end
  254.       object SB_queue: TToolbarButton97
  255.         Tag = 1
  256.         Left = 23
  257.         Top = 0
  258.         Width = 23
  259.         Height = 22
  260.         OnClick = SB_sendClick
  261.       end
  262.       object SB_save: TToolbarButton97
  263.         Tag = 2
  264.         Left = 46
  265.         Top = 0
  266.         Width = 23
  267.         Height = 22
  268.         OnClick = SB_sendClick
  269.       end
  270.       object SB_cut: TToolbarButton97
  271.         Left = 75
  272.         Top = 0
  273.         Width = 23
  274.         Height = 22
  275.         OnClick = SB_cutClick
  276.       end
  277.       object SB_copy: TToolbarButton97
  278.         Tag = 1
  279.         Left = 98
  280.         Top = 0
  281.         Width = 23
  282.         Height = 22
  283.         OnClick = SB_cutClick
  284.       end
  285.       object SB_paste: TToolbarButton97
  286.         Tag = 2
  287.         Left = 121
  288.         Top = 0
  289.         Width = 23
  290.         Height = 22
  291.         OnClick = SB_cutClick
  292.       end
  293.       object SB_checkaddress: TToolbarButton97
  294.         Left = 150
  295.         Top = 0
  296.         Width = 23
  297.         Height = 22
  298.         NumGlyphs = 2
  299.         OnClick = SB_checkaddressClick
  300.       end
  301.       object SB_selectaddress: TToolbarButton97
  302.         Left = 173
  303.         Top = 0
  304.         Width = 23
  305.         Height = 22
  306.         OnClick = ImgToClick
  307.       end
  308.       object SB_addressbook: TToolbarButton97
  309.         Left = 196
  310.         Top = 0
  311.         Width = 23
  312.         Height = 22
  313.         NumGlyphs = 2
  314.         OnClick = SB_addressbookClick
  315.       end
  316.       object SB_loadtext: TToolbarButton97
  317.         Left = 225
  318.         Top = 0
  319.         Width = 23
  320.         Height = 22
  321.         OnClick = SB_loadtextClick
  322.       end
  323.       object SB_attach: TToolbarButton97
  324.         Left = 248
  325.         Top = 0
  326.         Width = 23
  327.         Height = 22
  328.         OnClick = SB_attachClick
  329.       end
  330.       object ToolbarSep971: TToolbarSep97
  331.         Left = 69
  332.         Top = 0
  333.       end
  334.       object ToolbarSep972: TToolbarSep97
  335.         Left = 144
  336.         Top = 0
  337.       end
  338.       object ToolbarSep973: TToolbarSep97
  339.         Left = 219
  340.         Top = 0
  341.       end
  342.       object ToolbarSep974: TToolbarSep97
  343.         Left = 271
  344.         Top = 0
  345.       end
  346.     end
  347.   end
  348.   object POPMenu: TPopupMenu
  349.     Left = 344
  350.     Top = 72
  351.     object POP_High: TMenuItem
  352.       Caption = '&H'
  353.       OnClick = POP_HighClick
  354.     end
  355.     object POP_normal: TMenuItem
  356.       Caption = '&N'
  357.       OnClick = POP_HighClick
  358.     end
  359.     object POP_low: TMenuItem
  360.       Caption = '&L'
  361.       OnClick = POP_HighClick
  362.     end
  363.   end
  364.   object M_headers: TPopupMenu
  365.     AutoPopup = False
  366.     Left = 344
  367.     Top = 36
  368.     object PM_from: TMenuItem
  369.       Caption = 'from'
  370.       OnClick = PM_replytoClick
  371.     end
  372.     object PM_replyto: TMenuItem
  373.       Caption = 'replyto'
  374.       OnClick = PM_replytoClick
  375.     end
  376.     object PM_bcc: TMenuItem
  377.       Caption = 'bcc'
  378.       OnClick = PM_replytoClick
  379.     end
  380.   end
  381. end
  382.